home *** CD-ROM | disk | FTP | other *** search
/ Pascal Toolbox / Pascal Toolbox (ARI)(1995).iso / ariwin / pfbview.doc < prev    next >
Text File  |  1995-04-14  |  3KB  |  68 lines

  1.  
  2.  
  3.                          P F B   V i e w
  4.  
  5.                       for Microsoft Windows
  6.  
  7.                           Martin Hepperle
  8.  
  9.  
  10. This is a Beta version of a font viewer.
  11.  
  12. It can display characters of Postscript Type 1 fonts which
  13. are stored in binary eexec format (this applies to most fonts 
  14. which are available for Adobe Type Manager for Windows).
  15. It is not foolproof yet (I didn┤t find a fool to test it)
  16. and may crash under certain instances.
  17. I also found that some PD fonts do not follow the rules
  18. of the Adobe white book for creating character paths (overlapping
  19. paths).
  20. PFBView has been written to take a look at the large number
  21. of Postscript fonts available at cica without having to
  22. install them into ATM.
  23. It can be used to print a map of all available characters
  24. which comes in handy when you have to enter special characters
  25. and symbols via ALT-0...
  26.  
  27. To try it out you first have to select a font by using the 
  28. menuitem [File -> Open PFB...]. Then you can take a look
  29. at the other menu options.
  30.  
  31.  
  32. Menu items:
  33.  
  34. [File]
  35.    [Open PFB...]         select a Postscript font file
  36.    [Print Font]          print what you see in the ┤PFB View┤ window
  37.    [Select Printer...]   install a printer for ┤PFB View┤
  38.  
  39. [Options]
  40.    [Size...]             specify the font height in millimeters
  41.    [Display...]          you can display either:
  42.                          - the ANSI (==Windows) caracterset
  43.                          - all the characters as they are stored in 
  44.                            the font file
  45.                          - a string of your choice
  46.  
  47.    [Colors...]           select colors for:
  48.                          - character outline  (each RGB component 0...255)
  49.                          - character interior (each RGB component 0...255)
  50.                          toggle fill interior switch
  51.                          select a pen attributes:
  52.                          - pen style
  53.                          - pen thickness (only for solid pen)
  54. [Info]
  55.    [About PFB View...]   do you really have to know ?
  56.  
  57.  
  58. You can copy single characters to the clipboard (in metafile format) by
  59. clicking in the character bounding box.
  60.  
  61. Future:     Maybe I will make PFBView into a DLL which offers functions
  62.             like the Windows Text API (CreateFont, TextOut etc...)
  63.  
  64. Status:     Beta copy, almost operational
  65. Author:     Martin Hepperle
  66. Internet:   martin@mecha2.verfahrenstechnik.uni-stuttgart.de
  67. ---------------------------------------------------------------------------------
  68.